func testing.callerName

3 uses

	testing (current package)
		testing.go#L1205: 		name := callerName(0)
		testing.go#L1514: func callerName(skip int) string {
		testing.go#L1643: 	t.runner = callerName(0)